11/12/2019

Introduction

This project is a task performed in the third week of the course Developing Data Products. The purpose of the project is to create a web page presntation using R Markdown and the Plotly packages. The diamonds dataset from the ggplot2 package was selected as the test subject.

## Loading required package: ggplot2
## 
## Attaching package: 'plotly'
## The following object is masked from 'package:ggplot2':
## 
##     last_plot
## The following object is masked from 'package:stats':
## 
##     filter
## The following object is masked from 'package:graphics':
## 
##     layout

Histogram

Box Plot

Pie Chart